home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
mos_pegasos
/
gcc
/
gcc-2.95.4-3.txt
< prev
next >
Wrap
Text File
|
2004-08-03
|
2KB
|
82 lines
GCC 2.95.4 (Based on Debian GCC 2.95.4.ds15-22)
================================================
This is port of recent Debian release of GCC 2.95.4 for MorphOS
system. Please note that this is not official GCC release (Latest official
one is 2.95.3)
This work is higly based on previous GCC for MorphOS made by Emm/CISC/Zapek without
they work this port will never exist. Big ThX for their great work !
If you are interested about changes made in this release just take a look at
http://packages.qa.debian.org/gcc-2.95
Installation
=============
1) Easy way:
Copy gcc-2.95.4.tar.gz to gg: and execute install.sh. Generaly I have no devenv to
test then I have no ideas is it works or not.
2) Harder way:
I recomended to fully remove previous version of gcc compiler, to do this you
need to delete following things:
gg:bin/
- c++filt
- cpp
- g++
- gcc
- gcov
- protoize
- unprotoize
gg:include/g++-3/*
gg:info
- gcc*
- cpp*
gg:lib/
- gcc-lib/ppc-morphos-/2.95.3/*
- libb32/*
- libiberty.a
- libstdc++.a
- libstdc++.a.2.10.0
gg:man/
- man1/cccp*
- man1/gcc*
- man1/g++*
gg:ppc-morphos/include/*
Now simple depack this archive to gg: directory and have fun. If you have
any problem with installing it just contact with me.
You can also left gg:lib/ppc-morphos-/2.95.3/* and use both compilers (2.95.3 and 2.95.4)
at the same time, but additionaly you need to move gg:lib/libb32/libstdc++.a.2.10.0 and
gg:lib/libstdc++.a.2.10.0 to gg:lib/ppc-morphos-/2.95.3/ (Do not forget to
adjust links to moved libraries)
History:
=========
-1: Initial release
-2: libgcc.a fixed and updated
-3: experimental
Notes:
=======
Please note that it's a unofficial compilation. Do not contact with Debian support or
any MorphOS developer in case of any problems. You can try to send a mail to me and we
will see what can be done.
Contact:
=========
Marcin 'Morgoth' Kurek <morgoth6@box43.pl>